home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Reference / Tech Tour ß1.0 / Tech Tour fl1.0 / card_21993.txt < prev    next >
Encoding:
Text File  |  1988-03-21  |  17.2 KB  |  879 lines

  1. -- card: 21993 from stack: in.0
  2. -- bmap block id: 18284
  3. -- flags: 0000
  4. -- background id: 2805
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on opencard
  8.   show background field 2
  9.   lockem true
  10.   global PinNumber
  11.   put 0 into PinNumber
  12. end opencard
  13.  
  14. on mouseup
  15.   global PinNumber
  16.   if (PinNumber > 0) and ( PinNumber <= 25) then
  17.     set textstyle of card field PinNumber to plain
  18.     set hilite of button PinNumber to False
  19.   end if
  20.   put number of the target into PinNumber
  21.   if (PinNumber > 0) and ( PinNumber <= 25) then
  22.     set textstyle of card field PinNumber to bold
  23.     set hilite of button PinNumber to True
  24.   end if
  25. end mouseup
  26.  
  27. on lockem onOff
  28.   repeat with i = 1 to 25
  29.     set locktext of card field i to onOff
  30.   end repeat
  31. end lockem
  32.  
  33. on closecard
  34.   Global PinNumber
  35.   if (PinNumber > 0) and ( PinNumber <= 25) then
  36.     set textstyle of card field PinNumber to plain
  37.     set hilite of button PinNumber to false
  38.   end if
  39. end closecard
  40.  
  41.  
  42.  
  43. -- part 3 (button)
  44. -- low flags: 00
  45. -- high flags: 0000
  46. -- rect: left=212 top=63 right=75 bottom=224
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 0 / 0
  49. -- text alignment: 1
  50. -- font id: 0
  51. -- text size: 12
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: 
  55.  
  56.  
  57. -- part 4 (button)
  58. -- low flags: 00
  59. -- high flags: 0000
  60. -- rect: left=201 top=63 right=75 bottom=213
  61. -- title width / last selected line: 0
  62. -- icon id / first selected line: 0 / 0
  63. -- text alignment: 1
  64. -- font id: 0
  65. -- text size: 12
  66. -- style flags: 0
  67. -- line height: 16
  68. -- part name: 
  69.  
  70.  
  71. -- part 5 (button)
  72. -- low flags: 00
  73. -- high flags: 0000
  74. -- rect: left=190 top=63 right=75 bottom=202
  75. -- title width / last selected line: 0
  76. -- icon id / first selected line: 0 / 0
  77. -- text alignment: 1
  78. -- font id: 0
  79. -- text size: 12
  80. -- style flags: 0
  81. -- line height: 16
  82. -- part name: 
  83.  
  84.  
  85. -- part 6 (button)
  86. -- low flags: 00
  87. -- high flags: 0000
  88. -- rect: left=179 top=63 right=75 bottom=191
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 0 / 0
  91. -- text alignment: 1
  92. -- font id: 0
  93. -- text size: 12
  94. -- style flags: 0
  95. -- line height: 16
  96. -- part name: 
  97.  
  98.  
  99. -- part 7 (button)
  100. -- low flags: 00
  101. -- high flags: 0000
  102. -- rect: left=168 top=63 right=75 bottom=180
  103. -- title width / last selected line: 0
  104. -- icon id / first selected line: 0 / 0
  105. -- text alignment: 1
  106. -- font id: 0
  107. -- text size: 12
  108. -- style flags: 0
  109. -- line height: 16
  110. -- part name: 
  111.  
  112.  
  113. -- part 8 (button)
  114. -- low flags: 00
  115. -- high flags: 0000
  116. -- rect: left=157 top=63 right=75 bottom=169
  117. -- title width / last selected line: 0
  118. -- icon id / first selected line: 0 / 0
  119. -- text alignment: 1
  120. -- font id: 0
  121. -- text size: 12
  122. -- style flags: 0
  123. -- line height: 16
  124. -- part name: 
  125.  
  126.  
  127. -- part 9 (button)
  128. -- low flags: 00
  129. -- high flags: 0000
  130. -- rect: left=146 top=63 right=75 bottom=158
  131. -- title width / last selected line: 0
  132. -- icon id / first selected line: 0 / 0
  133. -- text alignment: 1
  134. -- font id: 0
  135. -- text size: 12
  136. -- style flags: 0
  137. -- line height: 16
  138. -- part name: 
  139.  
  140.  
  141. -- part 10 (button)
  142. -- low flags: 00
  143. -- high flags: 0000
  144. -- rect: left=135 top=63 right=75 bottom=147
  145. -- title width / last selected line: 0
  146. -- icon id / first selected line: 0 / 0
  147. -- text alignment: 1
  148. -- font id: 0
  149. -- text size: 12
  150. -- style flags: 0
  151. -- line height: 16
  152. -- part name: 
  153.  
  154.  
  155. -- part 11 (button)
  156. -- low flags: 00
  157. -- high flags: 0000
  158. -- rect: left=124 top=63 right=75 bottom=136
  159. -- title width / last selected line: 0
  160. -- icon id / first selected line: 0 / 0
  161. -- text alignment: 1
  162. -- font id: 0
  163. -- text size: 12
  164. -- style flags: 0
  165. -- line height: 16
  166. -- part name: 
  167.  
  168.  
  169. -- part 12 (button)
  170. -- low flags: 00
  171. -- high flags: 0000
  172. -- rect: left=113 top=63 right=75 bottom=125
  173. -- title width / last selected line: 0
  174. -- icon id / first selected line: 0 / 0
  175. -- text alignment: 1
  176. -- font id: 0
  177. -- text size: 12
  178. -- style flags: 0
  179. -- line height: 16
  180. -- part name: 
  181.  
  182.  
  183. -- part 13 (button)
  184. -- low flags: 00
  185. -- high flags: 0000
  186. -- rect: left=102 top=63 right=75 bottom=114
  187. -- title width / last selected line: 0
  188. -- icon id / first selected line: 0 / 0
  189. -- text alignment: 1
  190. -- font id: 0
  191. -- text size: 12
  192. -- style flags: 0
  193. -- line height: 16
  194. -- part name: 
  195.  
  196.  
  197. -- part 14 (button)
  198. -- low flags: 00
  199. -- high flags: 0000
  200. -- rect: left=91 top=63 right=75 bottom=103
  201. -- title width / last selected line: 0
  202. -- icon id / first selected line: 0 / 0
  203. -- text alignment: 1
  204. -- font id: 0
  205. -- text size: 12
  206. -- style flags: 0
  207. -- line height: 16
  208. -- part name: 
  209.  
  210.  
  211. -- part 15 (button)
  212. -- low flags: 00
  213. -- high flags: 0000
  214. -- rect: left=80 top=63 right=75 bottom=92
  215. -- title width / last selected line: 0
  216. -- icon id / first selected line: 0 / 0
  217. -- text alignment: 1
  218. -- font id: 0
  219. -- text size: 12
  220. -- style flags: 0
  221. -- line height: 16
  222. -- part name: 
  223.  
  224.  
  225. -- part 16 (button)
  226. -- low flags: 00
  227. -- high flags: 0000
  228. -- rect: left=207 top=75 right=87 bottom=219
  229. -- title width / last selected line: 0
  230. -- icon id / first selected line: 0 / 0
  231. -- text alignment: 1
  232. -- font id: 0
  233. -- text size: 12
  234. -- style flags: 0
  235. -- line height: 16
  236. -- part name: 
  237.  
  238.  
  239. -- part 17 (button)
  240. -- low flags: 00
  241. -- high flags: 0000
  242. -- rect: left=196 top=75 right=87 bottom=208
  243. -- title width / last selected line: 0
  244. -- icon id / first selected line: 0 / 0
  245. -- text alignment: 1
  246. -- font id: 0
  247. -- text size: 12
  248. -- style flags: 0
  249. -- line height: 16
  250. -- part name: 
  251.  
  252.  
  253. -- part 18 (button)
  254. -- low flags: 00
  255. -- high flags: 0000
  256. -- rect: left=185 top=75 right=87 bottom=197
  257. -- title width / last selected line: 0
  258. -- icon id / first selected line: 0 / 0
  259. -- text alignment: 1
  260. -- font id: 0
  261. -- text size: 12
  262. -- style flags: 0
  263. -- line height: 16
  264. -- part name: 
  265.  
  266.  
  267. -- part 19 (button)
  268. -- low flags: 00
  269. -- high flags: 0000
  270. -- rect: left=174 top=75 right=87 bottom=186
  271. -- title width / last selected line: 0
  272. -- icon id / first selected line: 0 / 0
  273. -- text alignment: 1
  274. -- font id: 0
  275. -- text size: 12
  276. -- style flags: 0
  277. -- line height: 16
  278. -- part name: 
  279.  
  280.  
  281. -- part 20 (button)
  282. -- low flags: 00
  283. -- high flags: 0000
  284. -- rect: left=163 top=75 right=87 bottom=175
  285. -- title width / last selected line: 0
  286. -- icon id / first selected line: 0 / 0
  287. -- text alignment: 1
  288. -- font id: 0
  289. -- text size: 12
  290. -- style flags: 0
  291. -- line height: 16
  292. -- part name: 
  293.  
  294.  
  295. -- part 21 (button)
  296. -- low flags: 00
  297. -- high flags: 0000
  298. -- rect: left=152 top=75 right=87 bottom=164
  299. -- title width / last selected line: 0
  300. -- icon id / first selected line: 0 / 0
  301. -- text alignment: 1
  302. -- font id: 0
  303. -- text size: 12
  304. -- style flags: 0
  305. -- line height: 16
  306. -- part name: 
  307.  
  308.  
  309. -- part 22 (button)
  310. -- low flags: 00
  311. -- high flags: 0000
  312. -- rect: left=141 top=75 right=87 bottom=153
  313. -- title width / last selected line: 0
  314. -- icon id / first selected line: 0 / 0
  315. -- text alignment: 1
  316. -- font id: 0
  317. -- text size: 12
  318. -- style flags: 0
  319. -- line height: 16
  320. -- part name: 
  321.  
  322.  
  323. -- part 23 (button)
  324. -- low flags: 00
  325. -- high flags: 0000
  326. -- rect: left=130 top=75 right=87 bottom=142
  327. -- title width / last selected line: 0
  328. -- icon id / first selected line: 0 / 0
  329. -- text alignment: 1
  330. -- font id: 0
  331. -- text size: 12
  332. -- style flags: 0
  333. -- line height: 16
  334. -- part name: 
  335.  
  336.  
  337. -- part 24 (button)
  338. -- low flags: 00
  339. -- high flags: 0000
  340. -- rect: left=119 top=75 right=87 bottom=131
  341. -- title width / last selected line: 0
  342. -- icon id / first selected line: 0 / 0
  343. -- text alignment: 1
  344. -- font id: 0
  345. -- text size: 12
  346. -- style flags: 0
  347. -- line height: 16
  348. -- part name: 
  349.  
  350.  
  351. -- part 25 (button)
  352. -- low flags: 00
  353. -- high flags: 0000
  354. -- rect: left=108 top=75 right=87 bottom=120
  355. -- title width / last selected line: 0
  356. -- icon id / first selected line: 0 / 0
  357. -- text alignment: 1
  358. -- font id: 0
  359. -- text size: 12
  360. -- style flags: 0
  361. -- line height: 16
  362. -- part name: 
  363.  
  364.  
  365. -- part 26 (button)
  366. -- low flags: 00
  367. -- high flags: 0000
  368. -- rect: left=97 top=75 right=87 bottom=109
  369. -- title width / last selected line: 0
  370. -- icon id / first selected line: 0 / 0
  371. -- text alignment: 1
  372. -- font id: 0
  373. -- text size: 12
  374. -- style flags: 0
  375. -- line height: 16
  376. -- part name: 
  377.  
  378.  
  379. -- part 27 (button)
  380. -- low flags: 00
  381. -- high flags: 0000
  382. -- rect: left=86 top=75 right=87 bottom=98
  383. -- title width / last selected line: 0
  384. -- icon id / first selected line: 0 / 0
  385. -- text alignment: 1
  386. -- font id: 0
  387. -- text size: 12
  388. -- style flags: 0
  389. -- line height: 16
  390. -- part name: 
  391.  
  392.  
  393. -- part 28 (field)
  394. -- low flags: 01
  395. -- high flags: 0002
  396. -- rect: left=28 top=117 right=131 bottom=132
  397. -- title width / last selected line: 0
  398. -- icon id / first selected line: 0 / 0
  399. -- text alignment: 0
  400. -- font id: 3
  401. -- text size: 10
  402. -- style flags: 0
  403. -- line height: 13
  404. -- part name: 
  405.  
  406.  
  407. -- part 29 (field)
  408. -- low flags: 01
  409. -- high flags: 0002
  410. -- rect: left=28 top=130 right=144 bottom=132
  411. -- title width / last selected line: 0
  412. -- icon id / first selected line: 0 / 0
  413. -- text alignment: 0
  414. -- font id: 3
  415. -- text size: 10
  416. -- style flags: 0
  417. -- line height: 13
  418. -- part name: 
  419.  
  420.  
  421. -- part 30 (field)
  422. -- low flags: 01
  423. -- high flags: 0002
  424. -- rect: left=28 top=143 right=157 bottom=132
  425. -- title width / last selected line: 0
  426. -- icon id / first selected line: 0 / 0
  427. -- text alignment: 0
  428. -- font id: 3
  429. -- text size: 10
  430. -- style flags: 0
  431. -- line height: 13
  432. -- part name: 
  433.  
  434.  
  435. -- part 31 (field)
  436. -- low flags: 01
  437. -- high flags: 0002
  438. -- rect: left=28 top=156 right=170 bottom=132
  439. -- title width / last selected line: 0
  440. -- icon id / first selected line: 0 / 0
  441. -- text alignment: 0
  442. -- font id: 3
  443. -- text size: 10
  444. -- style flags: 0
  445. -- line height: 13
  446. -- part name: 
  447.  
  448.  
  449. -- part 32 (field)
  450. -- low flags: 01
  451. -- high flags: 0002
  452. -- rect: left=28 top=169 right=183 bottom=132
  453. -- title width / last selected line: 0
  454. -- icon id / first selected line: 0 / 0
  455. -- text alignment: 0
  456. -- font id: 3
  457. -- text size: 10
  458. -- style flags: 0
  459. -- line height: 13
  460. -- part name: 
  461.  
  462.  
  463. -- part 33 (field)
  464. -- low flags: 01
  465. -- high flags: 0002
  466. -- rect: left=28 top=182 right=196 bottom=132
  467. -- title width / last selected line: 0
  468. -- icon id / first selected line: 0 / 0
  469. -- text alignment: 0
  470. -- font id: 3
  471. -- text size: 10
  472. -- style flags: 0
  473. -- line height: 13
  474. -- part name: 
  475.  
  476.  
  477. -- part 34 (field)
  478. -- low flags: 01
  479. -- high flags: 0002
  480. -- rect: left=28 top=194 right=208 bottom=132
  481. -- title width / last selected line: 0
  482. -- icon id / first selected line: 0 / 0
  483. -- text alignment: 0
  484. -- font id: 3
  485. -- text size: 10
  486. -- style flags: 0
  487. -- line height: 13
  488. -- part name: 
  489.  
  490.  
  491. -- part 35 (field)
  492. -- low flags: 01
  493. -- high flags: 0002
  494. -- rect: left=28 top=206 right=220 bottom=132
  495. -- title width / last selected line: 0
  496. -- icon id / first selected line: 0 / 0
  497. -- text alignment: 0
  498. -- font id: 3
  499. -- text size: 10
  500. -- style flags: 0
  501. -- line height: 13
  502. -- part name: 
  503.  
  504.  
  505. -- part 36 (field)
  506. -- low flags: 01
  507. -- high flags: 0002
  508. -- rect: left=28 top=218 right=232 bottom=132
  509. -- title width / last selected line: 0
  510. -- icon id / first selected line: 0 / 0
  511. -- text alignment: 0
  512. -- font id: 3
  513. -- text size: 10
  514. -- style flags: 0
  515. -- line height: 13
  516. -- part name: 
  517.  
  518.  
  519. -- part 37 (field)
  520. -- low flags: 01
  521. -- high flags: 0002
  522. -- rect: left=28 top=231 right=245 bottom=132
  523. -- title width / last selected line: 0
  524. -- icon id / first selected line: 0 / 0
  525. -- text alignment: 0
  526. -- font id: 3
  527. -- text size: 10
  528. -- style flags: 0
  529. -- line height: 13
  530. -- part name: 
  531.  
  532.  
  533. -- part 38 (field)
  534. -- low flags: 01
  535. -- high flags: 0002
  536. -- rect: left=28 top=244 right=258 bottom=132
  537. -- title width / last selected line: 0
  538. -- icon id / first selected line: 0 / 0
  539. -- text alignment: 0
  540. -- font id: 3
  541. -- text size: 10
  542. -- style flags: 0
  543. -- line height: 13
  544. -- part name: 
  545.  
  546.  
  547. -- part 39 (field)
  548. -- low flags: 01
  549. -- high flags: 0002
  550. -- rect: left=28 top=257 right=271 bottom=132
  551. -- title width / last selected line: 0
  552. -- icon id / first selected line: 0 / 0
  553. -- text alignment: 0
  554. -- font id: 3
  555. -- text size: 10
  556. -- style flags: 0
  557. -- line height: 13
  558. -- part name: 
  559.  
  560.  
  561. -- part 40 (field)
  562. -- low flags: 01
  563. -- high flags: 0002
  564. -- rect: left=28 top=270 right=284 bottom=132
  565. -- title width / last selected line: 0
  566. -- icon id / first selected line: 0 / 0
  567. -- text alignment: 0
  568. -- font id: 3
  569. -- text size: 10
  570. -- style flags: 0
  571. -- line height: 13
  572. -- part name: 
  573.  
  574.  
  575. -- part 41 (field)
  576. -- low flags: 01
  577. -- high flags: 0002
  578. -- rect: left=174 top=115 right=129 bottom=278
  579. -- title width / last selected line: 0
  580. -- icon id / first selected line: 0 / 0
  581. -- text alignment: 0
  582. -- font id: 3
  583. -- text size: 10
  584. -- style flags: 0
  585. -- line height: 13
  586. -- part name: 
  587.  
  588.  
  589. -- part 42 (field)
  590. -- low flags: 01
  591. -- high flags: 0002
  592. -- rect: left=174 top=128 right=142 bottom=278
  593. -- title width / last selected line: 0
  594. -- icon id / first selected line: 0 / 0
  595. -- text alignment: 0
  596. -- font id: 3
  597. -- text size: 10
  598. -- style flags: 0
  599. -- line height: 13
  600. -- part name: 
  601.  
  602.  
  603. -- part 43 (field)
  604. -- low flags: 01
  605. -- high flags: 0002
  606. -- rect: left=174 top=141 right=155 bottom=278
  607. -- title width / last selected line: 0
  608. -- icon id / first selected line: 0 / 0
  609. -- text alignment: 0
  610. -- font id: 3
  611. -- text size: 10
  612. -- style flags: 0
  613. -- line height: 13
  614. -- part name: 
  615.  
  616.  
  617. -- part 44 (field)
  618. -- low flags: 01
  619. -- high flags: 0002
  620. -- rect: left=174 top=154 right=168 bottom=278
  621. -- title width / last selected line: 0
  622. -- icon id / first selected line: 0 / 0
  623. -- text alignment: 0
  624. -- font id: 3
  625. -- text size: 10
  626. -- style flags: 0
  627. -- line height: 13
  628. -- part name: 
  629.  
  630.  
  631. -- part 45 (field)
  632. -- low flags: 01
  633. -- high flags: 0002
  634. -- rect: left=174 top=167 right=181 bottom=278
  635. -- title width / last selected line: 0
  636. -- icon id / first selected line: 0 / 0
  637. -- text alignment: 0
  638. -- font id: 3
  639. -- text size: 10
  640. -- style flags: 0
  641. -- line height: 13
  642. -- part name: 
  643.  
  644.  
  645. -- part 46 (field)
  646. -- low flags: 01
  647. -- high flags: 0002
  648. -- rect: left=174 top=180 right=194 bottom=278
  649. -- title width / last selected line: 0
  650. -- icon id / first selected line: 0 / 0
  651. -- text alignment: 0
  652. -- font id: 3
  653. -- text size: 10
  654. -- style flags: 0
  655. -- line height: 13
  656. -- part name: 
  657.  
  658.  
  659. -- part 47 (field)
  660. -- low flags: 01
  661. -- high flags: 0002
  662. -- rect: left=174 top=193 right=207 bottom=278
  663. -- title width / last selected line: 0
  664. -- icon id / first selected line: 0 / 0
  665. -- text alignment: 0
  666. -- font id: 3
  667. -- text size: 10
  668. -- style flags: 0
  669. -- line height: 13
  670. -- part name: 
  671.  
  672.  
  673. -- part 48 (field)
  674. -- low flags: 01
  675. -- high flags: 0002
  676. -- rect: left=174 top=206 right=220 bottom=278
  677. -- title width / last selected line: 0
  678. -- icon id / first selected line: 0 / 0
  679. -- text alignment: 0
  680. -- font id: 3
  681. -- text size: 10
  682. -- style flags: 0
  683. -- line height: 13
  684. -- part name: 
  685.  
  686.  
  687. -- part 49 (field)
  688. -- low flags: 01
  689. -- high flags: 0002
  690. -- rect: left=174 top=219 right=233 bottom=278
  691. -- title width / last selected line: 0
  692. -- icon id / first selected line: 0 / 0
  693. -- text alignment: 0
  694. -- font id: 3
  695. -- text size: 10
  696. -- style flags: 0
  697. -- line height: 13
  698. -- part name: 
  699.  
  700.  
  701. -- part 50 (field)
  702. -- low flags: 01
  703. -- high flags: 0002
  704. -- rect: left=174 top=232 right=246 bottom=278
  705. -- title width / last selected line: 0
  706. -- icon id / first selected line: 0 / 0
  707. -- text alignment: 0
  708. -- font id: 3
  709. -- text size: 10
  710. -- style flags: 0
  711. -- line height: 13
  712. -- part name: 
  713.  
  714.  
  715. -- part 51 (field)
  716. -- low flags: 01
  717. -- high flags: 0002
  718. -- rect: left=174 top=245 right=259 bottom=278
  719. -- title width / last selected line: 0
  720. -- icon id / first selected line: 0 / 0
  721. -- text alignment: 0
  722. -- font id: 3
  723. -- text size: 10
  724. -- style flags: 0
  725. -- line height: 13
  726. -- part name: 
  727.  
  728.  
  729. -- part 52 (field)
  730. -- low flags: 01
  731. -- high flags: 0002
  732. -- rect: left=174 top=258 right=272 bottom=278
  733. -- title width / last selected line: 0
  734. -- icon id / first selected line: 0 / 0
  735. -- text alignment: 0
  736. -- font id: 3
  737. -- text size: 10
  738. -- style flags: 0
  739. -- line height: 13
  740. -- part name: 
  741.  
  742.  
  743. -- part 56 (button)
  744. -- low flags: 00
  745. -- high flags: 0000
  746. -- rect: left=289 top=74 right=86 bottom=351
  747. -- title width / last selected line: 0
  748. -- icon id / first selected line: 0 / 0
  749. -- text alignment: 1
  750. -- font id: 0
  751. -- text size: 12
  752. -- style flags: 0
  753. -- line height: 16
  754. -- part name: scsi
  755. ----- HyperTalk script -----
  756. on mouseUp
  757.   push card
  758.   visual effect wipe left
  759.   go to card "scsi"
  760. end mouseUp
  761.  
  762.  
  763.  
  764. -- part contents for background part 6
  765. ----- text -----
  766. Pinouts for SCSI Port Jack
  767.  
  768.  
  769. -- part contents for background part 37
  770. ----- text -----
  771.  
  772. Do not connect an RS232 device to the SCSI  port* output jack.  The SCSI interface is designed to use standard TTL logic levels of 0 and +5 volts. RS232 devices may impose levels of -25 and +25 volts on some lines, thereby causing damage to the logic board of the Macintosh SE.
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781. -- part contents for card part 28
  782. ----- text -----
  783. 1 REQ
  784.  
  785. -- part contents for card part 29
  786. ----- text -----
  787. 2 MSG
  788.  
  789. -- part contents for card part 30
  790. ----- text -----
  791. 3 I/0
  792.  
  793. -- part contents for card part 31
  794. ----- text -----
  795. 4 RST
  796.  
  797. -- part contents for card part 32
  798. ----- text -----
  799. 5 ACK
  800.  
  801. -- part contents for card part 33
  802. ----- text -----
  803. 6 BSY
  804.  
  805. -- part contents for card part 34
  806. ----- text -----
  807. 7 GND
  808.  
  809. -- part contents for card part 35
  810. ----- text -----
  811. 8 DB0
  812.  
  813. -- part contents for card part 36
  814. ----- text -----
  815. 9 GND
  816.  
  817. -- part contents for card part 37
  818. ----- text -----
  819. 10 DB3
  820.  
  821. -- part contents for card part 38
  822. ----- text -----
  823. 11 DB5
  824.  
  825. -- part contents for card part 39
  826. ----- text -----
  827. 12 DB6
  828.  
  829. -- part contents for card part 40
  830. ----- text -----
  831. 13 DB7
  832.  
  833. -- part contents for card part 41
  834. ----- text -----
  835. 14 GND
  836.  
  837. -- part contents for card part 42
  838. ----- text -----
  839. 15 C/D
  840.  
  841. -- part contents for card part 43
  842. ----- text -----
  843. 16 GND
  844.  
  845. -- part contents for card part 44
  846. ----- text -----
  847. 17 ATN
  848.  
  849. -- part contents for card part 45
  850. ----- text -----
  851. 18 GND
  852.  
  853. -- part contents for card part 46
  854. ----- text -----
  855. 19 SEL
  856.  
  857. -- part contents for card part 47
  858. ----- text -----
  859. 20 DBP
  860.  
  861. -- part contents for card part 48
  862. ----- text -----
  863. 21 DB1
  864.  
  865. -- part contents for card part 49
  866. ----- text -----
  867. 22 DB2
  868.  
  869. -- part contents for card part 50
  870. ----- text -----
  871. 23 DB4
  872.  
  873. -- part contents for card part 51
  874. ----- text -----
  875. 24 GND
  876.  
  877. -- part contents for card part 52
  878. ----- text -----
  879. 25 TermPwr (+5v)